From 386f9501d539410da1fee424568325060ecf0747 Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Tue, 15 Aug 2006 10:43:43 +0100 Subject: [PATCH] [VMX] Fix VMX ap boot. Signed-off-by: Xin Li --- tools/firmware/vmxassist/head.S | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/firmware/vmxassist/head.S b/tools/firmware/vmxassist/head.S index 129f69274f..b183fac54e 100644 --- a/tools/firmware/vmxassist/head.S +++ b/tools/firmware/vmxassist/head.S @@ -114,8 +114,6 @@ _start: #ifdef TEST xorl %edx, %edx #endif - movl %edx, booting_cpu - movl %ebx, booting_vector /* clear bss */ cld @@ -125,6 +123,9 @@ _start: subl %edi, %ecx rep stosb + movl %edx, booting_cpu + movl %ebx, booting_vector + /* make sure we are in a sane world */ clts -- 2.30.2